home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / CNT8.M3 < prev    next >
Text File  |  1996-04-01  |  3KB  |  114 lines

  1. name CintiMatic AC-8
  2.  
  3. % 00
  4. N >4
  5. G >2
  6. W >2 
  7. X ->34
  8. Y ->3.>4
  9. Z 00 ""
  10. I ->34
  11. J ->34
  12. P ->34
  13. Q ->34
  14. T >4
  15. M >2
  16. S >4
  17. F >31
  18.  
  19. ModalLetters X Y Z F M                # List of letters that are modal    
  20.  
  21. ModalGs 0 2 3 73 74 76 78 79 80 81 82 83 84 85  # List of g codes that are modal    
  22.  
  23. Sequence#s N 1 5 5                    # Char, freq, incr & start          
  24. First#? N                             # Y or N  'Output 1st sequence no.  
  25. Last#? N                              # Y or N  'Output last sequence no. 
  26.  
  27. HCode X                               # X or X U  'Horizontal char.       
  28. VCode Y                               # Y or Y V  'Vertical char.         
  29. Dcode                                 # Depth char.                       
  30. FeedCode F                            # Feed rate char.                   
  31.  
  32. Cdc P Q                               # Cincinnati style DComp vectors    
  33.  
  34. Comment ( )                           # Begin End comment char.           
  35.  
  36. Spindle 13 14 15                      # Cw, ccw & stop m codes            
  37. Coolant 8 9 7                         # On, Off & Mist m codes            
  38.  
  39. Feed G1                             # Linear move                       
  40. Rapid G0                            # Rapid positioning word            
  41. Cw G2                               # Circular move clockwise           
  42. Ccw G3                              # Circular move counter clockwise   
  43.  
  44. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  45.  
  46. Work G                                # Work offset register              
  47.  
  48. CtrCode I J                           # I J or R or I J K L               
  49. Helical? N
  50.  
  51. Spaces? Y                             # Y or N  'Spaces between words     
  52. Incremental? N                        # Y or N  'Inc or abs output        
  53. CtrIncremental? N                     # Y or N  'Inc or abs I & J         
  54. ByQuadrants? Y                        # Y or N  'Break arcs at quadrants  
  55.  
  56. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  57.  
  58. Drill                                 # Drilling canned/manual cycle      
  59. G81
  60. X[H] Y[V] F[FRate]
  61. end cancel
  62.  
  63. Tap                                   # Tapping canned/manual cycle       
  64. G84
  65. X[H] Y[V] F[Frate]
  66. end cancel
  67.  
  68. Ream                                  # Reaming canned/manual cycle       
  69. G85
  70. X[H] Y[V] F[FRate]
  71. end cancel
  72.  
  73. Cancel                                # Cancel a canned/manual cycle      
  74. G80 W00
  75. end
  76.  
  77. StartCode                             # Start of the program              
  78. %0
  79. End
  80.  
  81. 1stToolChange                         # First tool change                 
  82. M01
  83. G0 S[Speed] F[Frate]
  84. X[H] Y[V] M[Direct]
  85. G78 W[Tool]
  86. End
  87.  
  88. Infeed                                # Enable cutter comp                
  89. G1 X[H] Y[V] F[FRate] P[Hcdc] Q[Vcdc]
  90. end
  91.  
  92. Outfeed                               # Disable cutter comp               
  93. G1 X[H] Y[V] P[Hcdc] Q[Vcdc]
  94. end
  95.  
  96. ToolChange                            # Secondary tool changes            
  97. G81 M26
  98. G80 W00
  99. M00
  100. S[Speed] F[Frate]
  101. X[H] Y[V] M[Direct]
  102. G78 W[Tool]
  103. End
  104.  
  105. EndCode                               # End of the program                
  106. G81 M26
  107. G80 W00
  108. M5
  109. M2
  110. %0
  111. End
  112.  
  113. Replace "G1" with "G79"
  114.